Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 8492944d95e1f40b55d86dad04b45c388109d30b


Parents : cba19e2
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-11-04T21:10:30+01:00

Updated version

Changes

2 files changed, 2 insertions(+), 2 deletions(-)

M sbapp/main.py +1 -1
M setup.py +1 -1

Diff

diff --git a/sbapp/main.py b/sbapp/main.py
index e5158aa5..a3fa151a 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
-__version__ = "0.7.2"
+__version__ = "0.7.3"
__variant__ = "beta"
import sys

diff --git a/setup.py b/setup.py
index 465aa6ee..3527c8f8 100644
--- a/setup.py
+++ b/setup.py
@@ -82,7 +82,7 @@ setuptools.setup(
'sideband=sbapp:main.run',
]
},
- install_requires=["rns>=0.6.5", "lxmf>=0.3.8", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
+ install_requires=["rns>=0.6.6", "lxmf>=0.3.8", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
extras_require={
"macos": ["pyobjus"],
},


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────